home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #6 / Amiga Plus CD - 2004 - No. 06.iso / AmiSoft / Util / libs / ExtraLib.lha / Extra / Install_en < prev    next >
Text File  |  2004-05-30  |  2KB  |  48 lines

  1. Echo "Welcome to the Installation of »extra.library« !!"
  2. Echo "¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯"
  3. Echo "You have the choice between two different versions of the library:"
  4. Echo " "
  5. Echo " - the plain version, which is Kickstart 1.2 (V33+)"
  6. Echo "   compatible, and don't need any special Hardware"
  7. Echo "   installed in your System"
  8. Echo " "
  9. Echo " - or the CyberGraphX supporting version, which needs at least"
  10. Echo "   Kick 2.0 (V36+) and also uses the »cybergraphics.library« V40 and"
  11. Echo "   better, as far CGX is installed and working on your System."
  12. Echo "   But this version works also without installed CGX."
  13. Echo " - from version 4.215 on, the CGX-Version also supports the Picasso96"
  14. Echo "   driver system accordingly to CyberGraphX. It will use Picasso's"
  15. Echo "   »Picasso96API.library« V2 or better to do so. "
  16. Echo " "
  17. Echo "The two different versions of »extra.library« are absolutely identical"
  18. Echo "in the extent of their functions. So it is up to you, what version you"
  19. Echo "want/need to install."
  20. Echo " "
  21. Echo "If you are a Developer, then you may want to copy the contents of the"
  22. Echo "»include« sub-directory to your prefered includes path, but this must"
  23. Echo "be done manually. (Developer material currently in german only, sorry)"
  24. Echo " "
  25. Echo " "
  26. Ask "Do you want to install the plain version ??(y/n):"
  27. If WARN
  28.   Echo " "
  29.   Echo "copying plain extra.library to LIBS: ..."
  30.   Copy >NIL: libs/extra.lib_ocs TO LIBS:extra.library
  31.   Echo " "
  32. Else
  33.   Echo " "
  34.   Ask "Do you want to install the CGX/P96 version ??(y/n):"
  35.   If WARN
  36.     Echo " "
  37.     Echo "copying CGX/P96 extra.library to LIBS: ..."
  38.     Copy >NIL: libs/extra.lib_cgx TO LIBS:extra.library
  39.     Echo " "
  40.   Else
  41.     Echo " "
  42.     Echo "You are hesitate installing the »extra.library«, why ??"
  43.     Echo "No library was installed !!"
  44.     Echo " "
  45.   EndIf
  46. EndIf
  47. Ask "please press Return..."
  48.